Trivial Makefile cleanup for ioemu.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 14 Nov 2005 10:11:11 +0000 (11:11 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 14 Nov 2005 10:11:11 +0000 (11:11 +0100)
tools/ioemu/target-i386-dm/Makefile

index 3f1f9256c5d0e8a5cbb016ac0c20c6e324ff7ee8..dae8e1dfc16b9ab02b79f2c99257d162e268a20b 100644 (file)
@@ -376,9 +376,9 @@ mixeng.o: mixeng.c mixeng.h mixeng_template.h
 
 clean:
        rm -rf *.o  *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp
+       rm -rf config.mak config.h
 
-distclean:
-       rm -rf *.o  *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp
+distclean: clean
 
 install: all 
        if [ ! -d $(INSTALL_DIR) ];then mkdir -p $(INSTALL_DIR);fi